home *** CD-ROM | disk | FTP | other *** search
/ PC Media 3 / PC MEDIA CD03.iso / share / udos / pcd10a / pcd10a.doc < prev    next >
Encoding:
Text File  |  1992-04-04  |  4.4 KB  |  98 lines

  1. PCD    -   Pulse Change Directory                             ■ Lionel Delafosse
  2. Version 1.0a                   ShareWare                              4 May 1992
  3. _________________________________________________________________
  4.  
  5.                         The different Tree Manager.
  6.  
  7. Pulse Change Directory is a French ShareWare program that helps
  8. you quickly and easily change between directories on your hard
  9. drive, like NCD or LCD.  Search with prefix, float and TRUE fuzzy
  10. patterns (allowing typographical error).  More, Pulse is a Hard
  11. Disk Manager with a point and shoot interface.  Allow tree and
  12. file management, support for third party browser, editor and
  13. archiver.  A real time-saver!
  14.  
  15. PCD10A.EXE is a version that has had the default third party
  16. programs changed to LIST, SHEZ, and EDIT (see below).  Since the
  17. documentation is in French, this file was created as additional
  18. information.  Some of the titles for functions have also been
  19. "Americanized".
  20.  
  21. Pulse has many features, such smart incremental database update,
  22. including:
  23.  
  24.   Command line mode
  25.    ■   change between directories with partial directory name
  26.    ■   popup interactive window if two or more names matches
  27.    ■   change between directories with file name
  28.  
  29.   Interactive mode
  30.    ■   save and restore your screen
  31.    ■   graphical representation of directory tree (with hidden)
  32.    ■   jumps to directory name by typing first letter(s)
  33.    ■   can change to highlited directory
  34.    ■   can switch across logical drives
  35.    ■   find file and switch for directory
  36.    ■   useful statistics relating to File and Directory Size
  37.    ■   directory Create/Rename/Delete
  38.    ■   kill entire branch with files for instant disk cleanup
  39.    ■   multiple file Copy/Move/Delete/Rename
  40.    ■   support for third party programs: LIST, SHEZ or yours
  41.    ■   43/50 line support on EGA/VGA
  42.    ■   seedup your keyboard (on AT-class)
  43.  
  44.  
  45. Usage:         PCD [disk] [directory] [options]
  46.  
  47.                PCD uses partial names for both directory and filename.
  48.  
  49.                From DOS, PCD [disk] directory changes to the
  50.                directory.  If a partial directory name is used, and
  51.                the partial name is ambiguous, PCD lists all
  52.                possibilities and prompts for a selection or additional
  53.                name length.
  54.  
  55.  
  56. Options:       /B                    Build (or rebuild if it exists)
  57.                                      directory tree and save disk structure
  58.                                      to disk root directory
  59.                /F filename           Jump to first directory in path
  60.                                      containing filename
  61.                /U                    Show disk space usage
  62.                /?     or /H          Help
  63.                /N                    Do not save disk structure to disk root
  64.                                      directory when exiting.
  65.  
  66.  
  67. Setup:         Default setups for a number of parameters can be
  68.                changed using an environmental variable, i.e., SET
  69.                PCD=parameter1;parameter2
  70.  
  71.                H:25   or      H:43   or      H:50   for number of display lines
  72.                                                     (25 default)
  73.  
  74.                SORT:NEDTS                for Name, Extension, Date,
  75.                                          aTtributes, Size.  Default is
  76.                                          unsorted
  77.  
  78.                ARCHIVER:name %           for a viewer or other utility for
  79.                                          files with extensions of .ARC, .ARJ,
  80.                                          .PAK, .LZH, .ZIP or ZOO.  SHEZ is the
  81.                                          default name, at offset 12932.  The
  82.                                          '%' is a variable for the highlighted
  83.                                          file.
  84.  
  85.                BROWSER:name %            for a viewer for other files.  LIST
  86.                                          is the defualt at offset 12909.
  87.  
  88.                EDITOR:name %             for an editor.  EDIT is the default
  89.                                          name, at offset 1295B.
  90.  
  91.  
  92. Directory:        PCD creates a file, PCDINFO.DAT, in the root
  93.                   directory of each disk to use for quickly changing
  94.                   sub-directories.  If this file is erased, PCD
  95.                   rereads the disk structure each time it is used. 
  96.                   The file is identified at offset 128E8.
  97.  
  98.